home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
dust
/
examples
/
oldexamples
/
for.bat
< prev
next >
Wrap
DOS Batch File
|
1996-07-16
|
100b
|
12 lines
for(i,1,3)
for(j,1,4)
.i*j
end
for(k,4,1)
echo(text)
end
for(j,0.22,5.6,0.3)
.j
end
end